9 . System Requirements(系统依赖)
1 | Spring Boot 2.1.0.BUILD-SNAPSHOT requires Java 8 or 9 and |
Spring Boot 2.1。0.BUILD-SNAPSHOT 需要java8或者java9版本,以及Spring Framework 5.0.5.RELEASE 或更高版本。为Maven 3.2+和Gradle 4提供了明确的支持。
9.1 Servlet Containers(Servlet 容器)
1 | Spring Boot supports the following embedded servlet containers: |
Spring Boot支持如下内置容器
| Name | Servlet Version |
|---|---|
| Tomcat 8.5 | 3.1 |
| Jetty 9.4 | 3.1 |
| Undertow 1.4 | 3.1 |
1 | You can also deploy Spring Boot applications to any Servlet 3.1+ compatible container. |
您也可以部署Spring Boot应用在任何的基于Servlet 3.1+版本的容器中